ComponentOne FlexReport for UWP
GetMethod(Type,String,BindingFlags,Type[]) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : GetMethod(Type,String,BindingFlags,Type[]) Method
Syntax
'Declaration
 
Public Shared Function GetMethod( _
   ByVal type As System.Type, _
   ByVal name As System.String, _
   ByVal bindingFlags As System.Reflection.BindingFlags, _
   ByVal paramTypes() As System.Type _
) As System.Reflection.MethodInfo
public static System.Reflection.MethodInfo GetMethod( 
   System.Type type,
   System.string name,
   System.Reflection.BindingFlags bindingFlags,
   System.Type[] paramTypes
)

Parameters

type
name
bindingFlags
paramTypes
See Also

Reference

Utils Class
Utils Members